home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-20 | 618 b | 11 lines | [TEXT/MMCC] |
- void SetupTheOtherMSGWindow(WindowPtr theWindow);
- void OpenTheOtherMSGWindow(WindowPtr theWindow);
- void KeyPressedInOtherMSGWindow(WindowPtr theWindow, unsigned char theChar);
- void MouseClickedInOtherMSGWindow(WindowPtr theWindow, Point thePoint);
- void DisposeTheOtherMSGWindow(WindowPtr theWindow);
- void ActivateTheOtherMSGWindow(WindowPtr theWindow);
- void DeactivateTheOtherMSGWindow(WindowPtr theWindow);
- void CopybitsTheOtherMSGWindow(WindowPtr theWindow, WindowPtr offscreenWindowPtr);
- void ResizeControlsInOtherMSGWindow(WindowPtr theWindow);
- void GetGrowSizeOtherMSGWindow(WindowPtr theWindow, Rect *sizeRect);
-